home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000114-20000217 / 000196_news@columbia.edu _Fri Feb 4 09:30:08 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA05497
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Fri, 4 Feb 2000 09:30:07 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA04246
  7.     for kermit.misc@watsun.cc.columbia.edu; Fri, 4 Feb 2000 09:19:58 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: How do I set carrier-watch off in env or param file? (C-kermit 7 & linux csh)
  11. Date: 4 Feb 2000 14:19:57 GMT
  12. Organization: Columbia University
  13. Message-ID: <87en6d$44j$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <4yAm4.6$Qb.2185@news>, Kevin Traub <ktraub@arinc.com> wrote:
  17. : Can anyone tell me how I can set the carrier-watch off in C-kermit 7 in
  18. : either an csh enviromnet variable of in a param file which kermit will read
  19. : upon initialization?  I'm in a real bind and cannot change the cable to set
  20. : the CD on.
  21. ~/.kermrc is the initialization file.  Put any C-Kermit commands in it you
  22. want to be executed every time C-Kermit starts.
  23.  
  24. - Frank